Skip to main content

Migrate an Inventory

Overview

IQM and Xandr use similar terms and approaches for Inventory, with the following exceptions:

  • IQM uses the Private Marketplace (PMP), while Xandr uses Private Auction.
  • IQM uses Inventory Groups, while Xandr uses Inventory Lists and Inventory List Items.

The API Comparison table highlights the shared actions and API methods between IQM and Xandr for creating and managing Inventories. Select an endpoint to review each platform's relevant API documentation. By comparing APIs, you can migrate your workflow from Xandr to IQM.

For a comprehensive overview of IQM's finance services, see the Inventory API.

API Comparisons

Base URLs
  IQM: https://app.iqm.com

Xandr: https://api.appnexus.com
ActionIQM EndpointXandr EndpointNotes
Get List of DealsPOST/api/v3/pmp/deals/list
POST/api/v3/inv/pg/deals/list
GET/dealIQM endpoints return lists of deals available to Customers (owIds) or to the user (owId).
Get Deal Details by IDGET/api/v3/inv/pmp/deals/{id}
GET/api/v3/inv/pg/deals/{id}
GET/dealXandr endpoint uses query parameter id to retrieve deal details.
Create DealPOST/api/v3/inv/pmp/deals/add
POST/api/v3/inv/pg/deals/add
POST/dealXandr endpoint specifies deal type with type parameter.
Update DealPATCH/api/v3/inv/pmp/deals/{id}
PATCH/api/v3/inv/pg/deals/{id}
PUT/deal
Get Inventory ItemGET/api/v3/inv/inventories/listGET/inventory-list/%5BLIST_ID%5D/item
GET/inventory-list/%5BLIST_ID%5D/item?search=SEARCH_TERM
IQM and Xandr endpoints use query parameters to search for Inventories.
Create Inventory Itemn/aPOST/inventory-list/%5BLIST_ID%5D/item
Get Inventory Group DetailsGET/api/v3/inv/groups/listGET/inventory-listIQM endpoint can return group by id or, if unspecified, all groups.
Create Inventory GroupPOST/api/v3/inv/groupsPOST/inventory-list
Update Inventory GroupPOST/api/v3/inv/group/addMappings
POST/api/v3/inv/group/removeMappings
PUT/inventory-list/%5BINVENTORY_LIST_ID%5DIQM endpoints support adding/removing Inventories to a group by specifying filters, deal IDs, contextual inventory keywords or URLs, or by inventory ID.

More Inventory Resources

IQM:

Xandr: